Class ConfigValues

java.lang.Object
jeresources.config.ConfigValues

public class ConfigValues extends Object
  • Field Details

    • itemsPerColumn

      public static net.minecraftforge.common.ForgeConfigSpec.IntValue itemsPerColumn
    • itemsPerRow

      public static net.minecraftforge.common.ForgeConfigSpec.IntValue itemsPerRow
    • diyData

      public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue diyData
    • showDevData

      public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue showDevData
    • enchantsBlacklist

      public static net.minecraftforge.common.ForgeConfigSpec.ConfigValue<List<? extends String>> enchantsBlacklist
    • hiddenTabs

      public static net.minecraftforge.common.ForgeConfigSpec.ConfigValue<List<? extends String>> hiddenTabs
    • dimensionsBlacklist

      public static net.minecraftforge.common.ForgeConfigSpec.ConfigValue<List<? extends Integer>> dimensionsBlacklist
    • disableLootManagerReloading

      public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue disableLootManagerReloading
  • Constructor Details

    • ConfigValues

      public ConfigValues()
  • Method Details

    • build

      public static net.minecraftforge.common.ForgeConfigSpec build()
    • pushChanges

      public static void pushChanges()